T
Type of object to get from the container.
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Retrieve<T>() Method
See Also 
Leadtools.Dicom.AddIn Namespace > ServiceLocator Class > Retrieve Method : Retrieve<T>() Method



Resolve an instance of the default requested type from the container.

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function Retrieve(Of T)() As T
Visual Basic (Usage)Copy Code
Dim value As T
 
value = ServiceLocator.Retrieve(Of T)()
C# 
public static T Retrieve<T>()
C++/CLI 
public:
static T^ Retrievegeneric<typename T>
(); 

Type Parameters

T
Type of object to get from the container.

Return Value

The retrieved object.

Example

Registers an IServiceLog implementation with the global unity container.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features